home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_1135 / bash1135.zoo / bash-1.13.5 / sysdefs.h-ST < prev   
Encoding:
Text File  |  1994-03-01  |  1.1 KB  |  49 lines

  1. /* sysdefs.h -- #defines for your system created by ./support/mksysdefs.
  2.    Do NOT EDIT this file, since any changes will disappear.
  3.    Instead, edit ./support/mksysdefs, or config.h, or machines.h. */
  4.  
  5. #if !defined (_SYSDEFS_H_)
  6. #  define _SYSDEFS_H_
  7.  
  8. #if !defined (MAINTAINER)
  9. #  define MAINTAINER krinke
  10. #endif /* MAINTAINER */
  11.  
  12. #if !defined (RANLIB_LOCATION)
  13. #  define RANLIB_LOCATION /usr/bin/ranlib
  14. #endif /* RANLIB_LOCATION */
  15.  
  16. #if !defined (HAVE_UNISTD_H)
  17. #  define HAVE_UNISTD_H
  18. #endif /* HAVE_UNISTD_H */
  19.  
  20. #if !defined (HAVE_STDLIB_H)
  21. #  define HAVE_STDLIB_H
  22. #endif /* HAVE_STDLIB_H */
  23.  
  24. #if !defined (HAVE_LIMITS_H)
  25. #  define HAVE_LIMITS_H
  26. #endif /* HAVE_LIMITS_H */
  27.  
  28. #if !defined (HAVE_WAIT_H)
  29. #  define HAVE_WAIT_H
  30. #endif /* HAVE_WAIT_H */
  31.  
  32. #if !defined (HAVE_RESOURCE)
  33. #  define HAVE_RESOURCE
  34. #endif /* HAVE_RESOURCE */
  35.  
  36. #if !defined (HAVE_DIRENT_H)
  37. #  define HAVE_DIRENT_H
  38. #endif /* HAVE_DIRENT_H */
  39.  
  40. #if !defined (HAVE_STRING_H)
  41. #  define HAVE_STRING_H
  42. #endif /* HAVE_STRING_H */
  43.  
  44. #if !defined (HAVE_VARARGS_H)
  45. #  define HAVE_VARARGS_H
  46. #endif /* HAVE_VARARGS_H */
  47.  
  48. #endif /* _SYSDEFS_H_ */
  49.